Release 2016.6
authorColin Walters <walters@verbum.org>
Mon, 20 Jun 2016 14:46:50 +0000 (10:46 -0400)
committerColin Walters <walters@verbum.org>
Mon, 20 Jun 2016 15:51:32 +0000 (11:51 -0400)
configure.ac
src/libostree/libostree.sym

index d1b732f71d8b5eacb5c4c6116de7d6ac463f6e9a..18f9f277927070fb1647cb2a9fcefa695df765f6 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([ostree], [2016.5], [walters@verbum.org])
+AC_INIT([ostree], [2016.6], [walters@verbum.org])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index 3e17828ab4eeb3ff248d466e3d222f4eb775fabb..e8cca9d8d27db9d5dc704eaa86b4031916117ccd 100644 (file)
@@ -333,11 +333,6 @@ global:
         ostree_repo_set_cache_dir;
 } LIBOSTREE_2016.4;
 
-/*                         NOTE NOTE NOTE
- * Versions above here are released.  Only add symbols below this line.
- *                         NOTE NOTE NOTE
- */
-
 LIBOSTREE_2016.6 {
 global:
         ostree_gpg_verify_result_require_valid_signature;
@@ -345,3 +340,16 @@ global:
         ostree_repo_gpg_verify_data;
         ostree_repo_remote_fetch_summary_with_options;
 } LIBOSTREE_2016.5;
+
+/*                         NOTE NOTE NOTE
+ * Versions above here are released.  Only add symbols below this line.
+ *                         NOTE NOTE NOTE
+ */
+
+/* Uncomment this when adding a new symbol */
+/*
+LIBOSTREE_2016.7 {
+global:
+        ostree_some_new_symbol;
+} LIBOSTREE_2016.6;
+*/